home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13084 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  855 b 

  1. Path: li.net!jeremy
  2. From: jeremy@newshost.li.net (Jeremy Markman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: curses lib
  5. Date: 4 Apr 1996 14:20:49 GMT
  6. Organization: LI Net (Long Island Network)
  7. Message-ID: <4k0ls1$hn6@linet06.li.net>
  8. References: <DpAK00.JzK@murdoch.acc.Virginia.EDU>
  9. NNTP-Posting-Host: linet04.li.net
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. brr7q@virginia.edu wrote:
  13. : I'm doing some c programming under dos.  I would like to get control of the 
  14. : colors and cursor.  I hear there is a lib called curses that will give me access to
  15. : these.  I tried using ANSI controll stuff, but of course color changes only
  16. : work if ansi is loaded, which I have found isn't to often.
  17.  
  18. Which compiler are you using?  The Borland compiler comes with many 
  19. functions that let you control colors and cursors without using ANSI 
  20. commands...They are found in CONIO.H
  21.